Skip to content

build(deps): Bump com.google.mug:mug-safesql from 9.9.1 to 10.5.1#879

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.google.mug-mug-safesql-10.5.1
Open

build(deps): Bump com.google.mug:mug-safesql from 9.9.1 to 10.5.1#879
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.google.mug-mug-safesql-10.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps com.google.mug:mug-safesql from 9.9.1 to 10.5.1.

Release notes

Sourced from com.google.mug:mug-safesql's releases.

Release 10.5.1

  • Return elision works on .optional()
  • Error message formatting bug fixes.

Release 10.5

  • dot-parse performance optimization (return elision)
  • Parser.anyOf(str1, str2, ...)
  • Parser.optionallyFollowedBy(Parser<?> suffix)

Release 10.4.3

  • Major dot-parse and EmailAddress performance improvements.
  • More friendly error messages by Parser.

Release 10.3.1

  • Property treatment of RFC 2047 encoded words in EmailAddress.
  • EmailAddress.unicodeDisplayName() to decode RFC 2047 display name.

Release 10.3

  • Parser.nestedBy() for balanced nested quoting.
  • EmailAddress hardened for security and new methods: user(), alias(), hasI18nDomain().
  • MarkdownLink - a light-weight markdown link parser.
  • GraphWalker bug fixes.

Release 10.2

  • Parser.consecutive("[a-zA-Z0-9-]") and friends.
  • MoreStreams.mergeConsecutive(Stream, Class<T>, BinaryOperator<T>)

Release 10.1.1

Fixed Parser.first() to respect skipping.

Release 10.1

  • Fixed Parser.literally(p) semantics. It should be an "atomic" operator.
  • Added Parser.sequence(Parser, Production...) as a shorthand of p1.then(p2).then(p3).then(p4) when they are meant to be matched as a single unit.

Release 10.0.1

Bug fixes for Parser.sequence(OrEmpty, Parser, BiFunction).

Release 10.0

  • Dot-parse adds left recursion detection at parser definition time.
  • Dot-parse allows optional rules as the first rule in a sequence().
  • Dot-parse allows returning optional rule in flatMap().
  • Bug fixes of EP checks (avoid crashes when javac -g:none is used)

Release 9.9.9

  • Performance boost dot-parse for many grammar rules sharing common prefix.
  • Parser.anyOf(EnumType.values()) for easier parsing operators.
  • parser.withPostfixes(",", AbcNote::down)
  • Parser.one(CharacterSet) Parser.zeroOrMore(CharacterSet).

9.9.8

... (truncated)

Commits
  • 1c0b864 [maven-release-plugin] prepare release mug-root-10.5.1
  • d2625a4 Update coverage badges
  • 79023ab update version to prepare for 10.5.1
  • 0849271 Update coverage badges
  • 15db853 Merge branch 'master' of github.com:google/mug
  • 562b0da more useful optional() return elision tests
  • 3f620ab Update coverage badges
  • 2ba7aa5 don't worry about lone \r
  • eadc420 Update coverage badges
  • b69ede6 recognize \r \n and \r\n for line stripping
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/gradle/com.google.mug-mug-safesql-10.5.1 branch from de58d5c to 0fac416 Compare July 13, 2026 03:01
Bumps [com.google.mug:mug-safesql](https://github.com/google/mug) from 9.9.1 to 10.5.1.
- [Release notes](https://github.com/google/mug/releases)
- [Commits](google/mug@mug-root-9.9.1...mug-root-10.5.1)

---
updated-dependencies:
- dependency-name: com.google.mug:mug-safesql
  dependency-version: 10.5.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/com.google.mug-mug-safesql-10.5.1 branch from 0fac416 to 684c918 Compare July 13, 2026 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants