Skip to content
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 9 commits into from
Oct 1, 2022
Merged

Upgrade dependencies #966

merged 9 commits into from
Oct 1, 2022

Conversation

codecholeric
Copy link
Collaborator

@codecholeric codecholeric commented Sep 26, 2022

In particular

  • com.diffplug.spotless from 6.8.0 to 6.11.0
  • com.github.spotbugs from 5.0.9 to 5.0.12
  • com.gradle.enterprise from 3.10.2 to 3.11.1
  • org.javamodularity.moduleplugin from 1.8.11 to 1.8.12
  • tzinfo from 1.2.7 to 2.0.5 in /docs
  • Gradle Wrapper from 7.5 to 7.5.1
  • org.slf4j:slf4j-api from 1.7.30 to 2.0.3

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
  • org.junit.jupiter from 5.8.2 to 5.9.1 & org.junit.platform from 1.8.2 to 1.9.1

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: 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>
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'],
Copy link
Member

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... 😂

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 codecholeric merged commit 9507764 into main Oct 1, 2022
@codecholeric codecholeric deleted the upgrade-dependencies branch October 1, 2022 10:34
@codecholeric
Copy link
Collaborator Author

Thanks a lot!! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants