Skip to content

Commit db3e564

Browse files
build(deps): bump org.jetbrains:annotations from 26.0.2-1 to 26.1.0
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.2-1 to 26.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@26.0.2-1...26.1.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 563aeb0 commit db3e564

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
<dependency>
266266
<groupId>org.jetbrains</groupId>
267267
<artifactId>annotations</artifactId>
268-
<version>26.0.2-1</version>
268+
<version>26.1.0</version>
269269
</dependency>
270270

271271
<!-- tests -->

spring-aot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.jetbrains</groupId>
6868
<artifactId>annotations</artifactId>
69-
<version>26.0.2-1</version>
69+
<version>26.1.0</version>
7070
</dependency>
7171
</dependencies>
7272
<build>

0 commit comments

Comments
 (0)