Skip to content

Commit

Permalink
chore: bump dependency to Spring Boot 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toedter committed Dec 27, 2023
1 parent fa8b59f commit 44f8a1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.1.5'
id 'org.springframework.boot' version '3.2.1'
id 'io.spring.dependency-management' version '1.1.0'
id 'io.freefair.lombok' version '6.6.3'
}
Expand Down
6 changes: 5 additions & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'io.spring.dependency-management' version '1.1.0'
id 'org.springframework.boot' version '3.1.5' apply false
id 'org.springframework.boot' version '3.2.1' apply false
id 'org.sonarqube' version '4.0.0.2929'
}

Expand Down Expand Up @@ -194,3 +194,7 @@ sonarqube {
property 'sonar.host.url', 'https://sonarcloud.io'
}
}

tasks.withType(JavaCompile).configureEach {
options.compilerArgs.add("-parameters")
}
4 changes: 2 additions & 2 deletions lib/src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Kai Tödter
:test-dir: ../../../src/test/java/com/toedter/spring/hateoas/jsonapi
:test-resources-dir: ../../../src/test/resources/com/toedter/spring/hateoas/jsonapi
:example-code-dir: ../../../../example/src/main/java/com/toedter/spring/hateoas/jsonapi/example
:spring-hateoas-version: 2.1.2
:spring-hateoas-url: https://docs.spring.io/spring-hateoas/docs/2.1.2/reference/html/
:spring-hateoas-version: 2.2.0
:spring-hateoas-url: https://docs.spring.io/spring-hateoas/docs/2.2.0/reference/html/

This project provides JSON:API media type support for Spring HATEOAS.

Expand Down

0 comments on commit 44f8a1c

Please sign in to comment.