Skip to content

Commit

Permalink
Merge branch 'main' into BeanMethodReturnNull
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Nov 11, 2024
2 parents a9f22f8 + 1a8a1b1 commit 1e5acfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
distributionSha256Sum=57dafb5c2622c6cc08b993c85b7c06956a2f53536432a30ead46166dbca0f1e9
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/rewrite/spring-boot-32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ recipeList:
groupId: org.springdoc
artifactId: "*"
newVersion: 2.5.x
- org.openrewrite.hibernate.MigrateToHibernate63
- org.openrewrite.hibernate.MigrateToHibernate64
- org.openrewrite.java.spring.boot3.RelocateLauncherClasses

---
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/rewrite/spring-boot-33.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ recipeList:
groupId: org.springdoc
artifactId: "*"
newVersion: 2.6.x
- org.openrewrite.hibernate.MigrateToHibernate65

---
type: specs.openrewrite.org/v1beta/recipe
Expand Down

0 comments on commit 1e5acfb

Please sign in to comment.