-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update java #263
base: main
Are you sure you want to change the base?
Conversation
/gcbrun |
97b3497
to
1219bc9
Compare
/gcbrun |
1219bc9
to
747abfd
Compare
/gcbrun |
747abfd
to
4349f7d
Compare
/gcbrun |
4349f7d
to
e863a8c
Compare
/gcbrun |
e863a8c
to
c4d1165
Compare
/gcbrun |
c4d1165
to
60bfd18
Compare
/gcbrun |
60bfd18
to
9834954
Compare
/gcbrun |
9834954
to
e769c58
Compare
/gcbrun |
e769c58
to
566a108
Compare
/gcbrun |
566a108
to
db1eb7d
Compare
/gcbrun |
db1eb7d
to
35c0c96
Compare
/gcbrun |
35c0c96
to
194aaa3
Compare
/gcbrun |
194aaa3
to
42a83d4
Compare
/gcbrun |
0ce03a8
to
f7ba2cb
Compare
/gcbrun |
f7ba2cb
to
6b3007c
Compare
/gcbrun |
6b3007c
to
a0a4414
Compare
/gcbrun |
a0a4414
to
bb5ac63
Compare
/gcbrun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/gcbrun |
/gcbrun |
/gcbrun |
/gcbrun |
/gcbrun |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
3.9.1
->3.9.9
3.3.1
->3.4.3
2.2.1
->2.2.3
1.15.0
->1.23.0
0.8.10
->0.8.12
3.2.2
->3.5.0
3.3.0
->3.5.0
2.2.224
->2.3.232
2.7.8
->2.7.18
3.12.0
->3.17.0
5.3.28
->5.3.39
2.7.8
->2.7.18
2.7.8
->2.7.18
2.7.8
->2.7.18
2.7.8
->2.7.18
2.2
->2.3
2.10.1
->2.11.0
1.12.1
->1.15.0
2.7.8
->2.7.18
0.1.1-SNAPSHOT
->0.3.0
Release Notes
GoogleContainerTools/jib (com.google.cloud.tools:jib-maven-plugin)
v3.4.1
v3.4.0
v3.3.2
google/google-java-format (com.google.googlejavaformat:google-java-format)
v1.23.0
Compare Source
Changes:
non-sealed
(google/google-java-format@7fd9300)--lines
(google/google-java-format@c4b467d)Full Changelog: google/google-java-format@v1.22.0...v1.23.0
v1.22.0
Compare Source
Changes:
9bdae02
)google-java-format-diff.py
now parallelizes the calls to the formatter, for better performance (3ee6e2a
)Full Changelog: google/google-java-format@v1.21.0...v1.22.0
v1.21.0
Compare Source
Formatting changes:
ce3cb59
)Bug fixes:
e946e82
)-version
reportsHEAD-SNAPSHOT
instead of the correct version (#1068)Full Changelog: google/google-java-format@v1.20.0...v1.21.0
v1.20.0
Compare Source
This release includes GraalVM native-image binaries for google-java-format for windows, linux, and mac. These binaries offer improved startup performance.
Changes:
03efe44
)Full Changelog: google/google-java-format@v1.19.2...v1.20.0
v1.19.2
Compare Source
Changes
var
in record patterns (#1020)Full Changelog: google/google-java-format@v1.19.1...v1.19.2
v1.19.1
Compare Source
Changes
Full Changelog: google/google-java-format@v1.19.0...v1.19.1
v1.19.0
Compare Source
Changes
This release adds initial support for more Java 21 features, including:
Other changes:
53390d9
)Full Changelog: google/google-java-format@v1.18.1...v1.19.0
v1.18.1
Compare Source
Changes
Full Changelog: google/google-java-format@v1.18.0...v1.18.1
v1.18.0
Compare Source
Changes
final var
lambda variables (#959)Full Changelog: google/google-java-format@v1.17.0...v1.18.0
v1.17.0
Compare Source
Changes
Full Changelog: google/google-java-format@v1.16.0...v1.17.0
v1.16.0
Compare Source
Changes
Bug fixes
Full Changelog: google/google-java-format@v1.15.0...v1.16.0
jacoco/jacoco (org.jacoco:jacoco-maven-plugin)
v0.8.12
: 0.8.12Compare Source
New Features
Fixed bugs
Non-functional Changes
v0.8.11
: 0.8.11Compare Source
New Features
Fixed bugs
VerifyError
when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub #893).Non-functional Changes
spring-projects/spring-boot (org.springframework.boot:spring-boot-maven-plugin)
v2.7.18
Compare Source
bootBuildImage
(Gradle) andspring-boot:build-image
(Maven) has been changed to Paketo Jammy #38477🐞 Bug Fixes
📔 Documentation
classpath.idx
file and its generation by the Maven and Gradle plugins #37125@TestConfiguration
class in a test #30513@AutoConfigureWebTestClient
binds WebTestClient to mock infrastructure #29890spring.hateoas.use-hal-as-default-json-media-type
tofalse
#26814🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@GVictorG7, @PENEKhun, @dreis2211, and @izeye
v2.7.17
Compare Source
spring.jms.listener.concurrency
has been corrected to match the documentation (#37180). If you were settingspring.jms.listener.concurrency
without also settingspring.jms.listener.max-concurrency
, please review your configuration when upgrading.🐞 Bug Fixes
@Order
does not work on (CommandLine|Application)Runner@Bean
methods #37905@ComponentScan
on a test class is processed when creating a test context but is not included in the context's cache key #31577📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@bottlerocketjonny, @dependabot[bot], @erichaagdev, @esperar, @izeye, @jbertram, @nielsbasjes, @onobc, @ttddyy, and @vpavic
v2.7.16
Compare Source
⭐ New Features
🐞 Bug Fixes
sign-request
whenmetadata-url
is used #33747📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot], @hakan-krgn, @izeye, @mdeinum, and @quaff
v2.7.15
Compare Source
mariadb.version
property🐞 Bug Fixes
📔 Documentation
@since
is missing from javadoc of values added to JavaVersion since its introduction #36608@EnableWebMvc
#36506@EntityScan
and@Enable?Repositories
can be used to tune scanning #36282@DataR2dbcTest
support #35014🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@MahatmaFatalError, @NersesAM, @chicobento, @dependabot[bot], @dreis2211, @eddumelendez, @elevne, @fzyzcjy, @itsAkshayDubey, @izeye, @msobeck, @rob-valor, @spa-abaudat, and @vpavic
v2.7.14
Compare Source
🐞 Bug Fixes
📔 Documentation
🔨 Dependency Upgrades
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.