Skip to content

Commit

Permalink
Bump the java-production-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the java-production-dependencies group with 3 updates: org.slf4j:slf4j-api, [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) and org.slf4j:slf4j-simple.


Updates `org.slf4j:slf4j-api` from 1.7.36 to 2.0.12

Updates `org.jetbrains:annotations` from 23.0.0 to 24.1.0
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@23.0.0...24.1.0)

Updates `org.slf4j:slf4j-simple` from 1.7.36 to 2.0.12

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java-production-dependencies
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java-production-dependencies
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: java-production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 7d4905f commit 1b073a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<version>2.0.12</version>
</dependency>

<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>23.0.0</version>
<version>24.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
<version>2.0.12</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1b073a8

Please sign in to comment.