Skip to content

Commit

Permalink
Bump io.smallrye:smallrye-parent from 44 to 45 (#1899)
Browse files Browse the repository at this point in the history
* Bump io.smallrye:smallrye-parent from 44 to 45

Bumps [io.smallrye:smallrye-parent](https://github.com/smallrye/smallrye-parent) from 44 to 45.
- [Release notes](https://github.com/smallrye/smallrye-parent/releases)
- [Commits](https://github.com/smallrye/smallrye-parent/commits)

---
updated-dependencies:
- dependency-name: io.smallrye:smallrye-parent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Drop support for Java 8 compatibility

Signed-off-by: Michael Edgar <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Michael Edgar <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Edgar <[email protected]>
  • Loading branch information
dependabot[bot] and MikeEdgar authored Jul 4, 2024
1 parent ba53b6f commit 2ba0f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-parent</artifactId>
<version>44</version>
<version>45</version>
</parent>

<artifactId>smallrye-open-api-parent</artifactId>
Expand Down Expand Up @@ -440,7 +440,7 @@
</activation>
<properties>
<jboss.extra.opts>--add-modules java.se</jboss.extra.opts>
<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.release>11</maven.compiler.release>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 2ba0f55

Please sign in to comment.