Skip to content

Commit 78374a2

Browse files
Bump org.codehaus.janino:janino from 3.1.10 to 3.1.11 (#409)
Bumps [org.codehaus.janino:janino](https://github.com/janino-compiler/janino) from 3.1.10 to 3.1.11. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/janino-compiler/janino/commit/7b69754847b87b7f55fb2bddc6380f61c804ce4a"><code>7b69754</code></a> Increased version to 3.1.11.</li> <li><a href="https://github.com/janino-compiler/janino/commit/cd393aabba140654d37ba9bda324cd47db75b379"><code>cd393aa</code></a> JAVADOC</li> <li><a href="https://github.com/janino-compiler/janino/commit/87beb84e66f09e0f258a7e3398a25f2601833d10"><code>87beb84</code></a> Implemented the Java 15 feature &quot;text blocks&quot;.</li> <li><a href="https://github.com/janino-compiler/janino/commit/a16ea3b77992b87dbed8fcfc3c579992c60f0924"><code>a16ea3b</code></a> CheckStyle clean-up.</li> <li><a href="https://github.com/janino-compiler/janino/commit/06231b6da9fc0718c313a3fc82bc6e7e78dfc989"><code>06231b6</code></a> CheckStyle clean-up.</li> <li><a href="https://github.com/janino-compiler/janino/commit/f1f50d293f4886c292515a62fbb2e1f646f5ca63"><code>f1f50d2</code></a> Fixed issue <a href="https://redirect.github.com/janino-compiler/janino/issues/209">#209</a> &quot;Use Java's ServiceLoader instead of org.codehaus.commons.co...</li> <li><a href="https://github.com/janino-compiler/janino/commit/5aa0099c931ad1021969c520803ea9938c6cdae4"><code>5aa0099</code></a> Fixed issue <a href="https://redirect.github.com/janino-compiler/janino/issues/209">#209</a> &quot;Use Java's ServiceLoader instead of org.codehaus.commons.co...</li> <li><a href="https://github.com/janino-compiler/janino/commit/be25a60aa7ef3bec2819149d2544cd68236f9598"><code>be25a60</code></a> Bug fixed: Unlabeled BREAK did break a labeled statement, which is wrong (it ...</li> <li><a href="https://github.com/janino-compiler/janino/commit/3fcd856f9b5d6f7bd588c5f4b4340c6e8dead092"><code>3fcd856</code></a> Bug fixed: Unlabeled BREAK did break a labeled statement, which is wrong (it ...</li> <li><a href="https://github.com/janino-compiler/janino/commit/ebd66fb1497c2f2bafd72e9c605f7cfb18f56e92"><code>ebd66fb</code></a> Bug fixed: Unlabeled BREAK did break a labeled statement, which is wrong (it ...</li> <li>Additional commits viewable in <a href="https://github.com/janino-compiler/janino/compare/v3.1.10...v3.1.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.janino:janino&package-manager=maven&previous-version=3.1.10&new-version=3.1.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ba8da3 commit 78374a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
<dependency>
268268
<groupId>org.codehaus.janino</groupId>
269269
<artifactId>janino</artifactId>
270-
<version>3.1.10</version>
270+
<version>3.1.11</version>
271271
</dependency>
272272

273273
</dependencies>

0 commit comments

Comments
 (0)