Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [io.avaje:avaje-prisms](https://github.com/avaje/avaje-prisms) and [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations).


Updates `io.avaje:avaje-prisms` from 1.37 to 1.38
- [Release notes](https://github.com/avaje/avaje-prisms/releases)
- [Commits](avaje/avaje-prisms@1.37...1.38)

Updates `org.jetbrains:annotations` from 26.0.1 to 26.0.2
- [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.1...26.0.2)

---
updated-dependencies:
- dependency-name: io.avaje:avaje-prisms
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 69a9295 commit 354e749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inject-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>avaje inject generator</name>
<description>annotation processor generating source code for avaje-inject dependency injection</description>
<properties>
<avaje.prisms.version>1.37</avaje.prisms.version>
<avaje.prisms.version>1.38</avaje.prisms.version>
<!-- valhalla-build-start ___
<maven.compiler.enablePreview>false</maven.compiler.enablePreview>
____ valhalla-build-end -->
Expand Down
2 changes: 1 addition & 1 deletion inject-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>26.0.1</version>
<version>26.0.2</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 354e749

Please sign in to comment.