Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into querydsl-7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Dec 24, 2024
2 parents c5cad12 + 37a3fcd commit e7e37d8
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 @@ -107,7 +107,7 @@
<junit.version>5.11.4</junit.version>
<ecj.version>3.40.0</ecj.version>
<jdo.version>3.2.1</jdo.version>
<springboot.version>3.4.0</springboot.version>
<springboot.version>3.4.1</springboot.version>
<spring.version>6.2.1</spring.version>

<!-- SQL deps -->
Expand Down Expand Up @@ -1011,7 +1011,7 @@
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>5.47.0</version>
<version>5.47.1</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion querydsl-examples/querydsl-example-jpa-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>Querydsl example - JPA Quarkus</name>

<properties>
<quarkus.version>3.17.4</quarkus.version>
<quarkus.version>3.17.5</quarkus.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit e7e37d8

Please sign in to comment.