Skip to content

Commit

Permalink
Boot 3.3.4 as transitive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy committed Sep 19, 2024
1 parent 5930550 commit 4d16c68
Show file tree
Hide file tree
Showing 3 changed files with 9,574 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<sonar-maven-plugin.version>3.11.0.3922</sonar-maven-plugin.version>

<spring-boot.version>3.3.3</spring-boot.version>
<spring-boot.version>3.3.4</spring-boot.version>

<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
<org.mapstruct.version>1.6.0.Beta2</org.mapstruct.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spring:
provider:
keycloak:
issuer-uri: ${keycloak-issuer}
entra:
issuer-uri: https://sts.windows.net/4f68014f-7f14-4f89-8197-06f0b3ff24d9/
registration:
keycloak-authorization-code:
authorization-grant-type: authorization_code
Expand All @@ -31,6 +33,13 @@ spring:
client-secret: secret
provider: keycloak
scope: openid
quiz-bff:
authorization-grant-type: authorization_code
client-name: Microsoft Entra
client-id: 0866cd01-6f25-4501-8ce5-b89dbfc671e0
client-secret: change-me
provider: entra
scope: api://4f68014f-7f14-4f89-8197-06f0b3ff24d9/spring-addons

com:
c4-soft:
Expand Down
Loading

0 comments on commit 4d16c68

Please sign in to comment.