Skip to content

Commit

Permalink
Bump jooq from 3.16.5 to 3.18.4 (#438)
Browse files Browse the repository at this point in the history
* Bump jooq from 3.16.5 to 3.18.4

Bumps jooq from 3.16.5 to 3.18.4.

---
updated-dependencies:
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update pom.xml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Graham Crockford <[email protected]>
  • Loading branch information
dependabot[bot] and badgerwithagun authored May 16, 2023
1 parent 61197c0 commit adc2472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<module>transactionoutbox-core</module>
<module>transactionoutbox-jackson</module>
<module>transactionoutbox-guice</module>
<module>transactionoutbox-jooq</module>
<module>transactionoutbox-quarkus</module>
</modules>
<dependencyManagement>
Expand Down Expand Up @@ -274,11 +273,12 @@
</build>
</profile>
<profile>
<id>spring</id>
<id>java-17-modules</id>
<activation>
<jdk>[17,)</jdk>
</activation>
<modules>
<module>transactionoutbox-jooq</module>
<module>transactionoutbox-spring</module>
</modules>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion transactionoutbox-jooq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<version>3.16.5</version>
<version>3.18.4</version>
</dependency>
<!-- Compile -->
<dependency>
Expand Down

0 comments on commit adc2472

Please sign in to comment.