-
Notifications
You must be signed in to change notification settings - Fork 300
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
Upgrade dependencies #966
Merged
Merged
Upgrade dependencies #966
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc>
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 2.0.5. - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](tzinfo/tzinfo@v1.2.7...v2.0.5) --- updated-dependencies: - dependency-name: tzinfo dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps org.javamodularity.moduleplugin from 1.8.11 to 1.8.12. --- updated-dependencies: - dependency-name: org.javamodularity.moduleplugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps com.gradle.enterprise from 3.10.2 to 3.11.1. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps com.github.spotbugs from 5.0.9 to 5.0.12. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps com.diffplug.spotless from 6.8.0 to 6.11.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* `org.slf4j:slf4j-api` from `1.7.30` to `1.7.36` for tests: * `org.apache.logging.log4j:log4j-api`/`log4j-core`/`log4j-slf4j-impl` from `2.17.2` to `2.19.0` * `org.assertj:assertj-core` form `3.22.0` to `3.23.1` * `org.assertj;assertj-guava` from `3.4.0` to `3.5.0` for example projects: * `org.springframework:spring-beans` from `5.2.18.RELEASE` to `5.3.23` * `com.google.inject:guice` from `4.2.3` to `5.1.0` * `joda-time:joda-time` from `2.10.13` to `2.11.2` Signed-off-by: Manfred Hanke <Manfred.Hanke@tngtech.com>
hankem
reviewed
Sep 28, 2022
build.gradle
Outdated
log4j_api : [group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.2'], | ||
log4j_core : [group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.2'], | ||
log4j_slf4j : [group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.17.2'], | ||
slf4j : [group: 'org.slf4j', name: 'slf4j-api', version: '2.0.2'], |
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.
Of course 2.0.3
was released just ~4 h after I've added the change to this PR... 😂
hankem
force-pushed
the
upgrade-dependencies
branch
from
September 28, 2022 18:32
5decdcc
to
9a09b7b
Compare
In particular * org.junit.platform from 1.8.2 to 1.9.1 * org.junit.jupiter from 5.8.2 to 5.9.1 Signed-off-by: Manfred Hanke <Manfred.Hanke@tngtech.com>
and correspondingly switch for tests: * `org.apache.logging.log4j:log4j-slf4j-impl` to `org.apache.logging.log4j:log4j-slf4j2-impl` Signed-off-by: Manfred Hanke <Manfred.Hanke@tngtech.com>
codecholeric
force-pushed
the
upgrade-dependencies
branch
from
October 1, 2022 08:47
9a09b7b
to
dc6f859
Compare
Thanks a lot!! 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In particular
com.diffplug.spotless
from6.8.0
to6.11.0
com.github.spotbugs
from5.0.9
to5.0.12
com.gradle.enterprise
from3.10.2
to3.11.1
org.javamodularity.moduleplugin
from1.8.11
to1.8.12
tzinfo
from1.2.7
to2.0.5
in/docs
7.5
to7.5.1
org.slf4j:slf4j-api
from1.7.30
to2.0.3
for tests:
org.apache.logging.log4j:log4j-api
/log4j-core
/log4j-slf4j-impl
from2.17.2
to2.19.0
org.assertj:assertj-core
form3.22.0
to3.23.1
org.assertj;assertj-guava
from3.4.0
to3.5.0
org.junit.jupiter
from5.8.2
to5.9.
1 &org.junit.platform
from1.8.2
to1.9.1
for example projects:
org.springframework:spring-beans
from5.2.18.RELEASE
to5.3.23
com.google.inject:guice
from4.2.3
to5.1.0
joda-time:joda-time
from2.10.13
to2.11.2