Skip to content

Commit 0f298aa

Browse files
Bump the java-production-dependencies group across 1 directory with 3 updates (#48)
Bumps the java-production-dependencies group with 3 updates in the / directory: org.slf4j:slf4j-api, [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) and org.slf4j:slf4j-simple. Updates `org.slf4j:slf4j-api` from 2.0.13 to 2.0.16 Updates `org.jetbrains:annotations` from 24.1.0 to 26.0.1 - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](JetBrains/java-annotations@24.1.0...26.0.1) Updates `org.slf4j:slf4j-simple` from 2.0.13 to 2.0.16 --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch 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-patch dependency-group: java-production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b22f2cd commit 0f298aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@
4141
<dependency>
4242
<groupId>org.slf4j</groupId>
4343
<artifactId>slf4j-api</artifactId>
44-
<version>2.0.13</version>
44+
<version>2.0.16</version>
4545
</dependency>
4646

4747
<dependency>
4848
<groupId>org.jetbrains</groupId>
4949
<artifactId>annotations</artifactId>
50-
<version>24.1.0</version>
50+
<version>26.0.1</version>
5151
<scope>provided</scope>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.slf4j</groupId>
5555
<artifactId>slf4j-simple</artifactId>
56-
<version>2.0.13</version>
56+
<version>2.0.16</version>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>

0 commit comments

Comments
 (0)