Skip to content

Commit cb6cdaa

Browse files
deps: bump the minor-and-patch group across 3 directories with 1 update (#260)
* deps: bump the minor-and-patch group across 3 directories with 1 update Bumps the minor-and-patch group with 1 update in the /samples/java/login-auth-code directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot). Bumps the minor-and-patch group with 1 update in the /samples/java/saml-sp-login directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot). Bumps the minor-and-patch group with 1 update in the /samples/java/token-refresh directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-starter-parent` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.6...v4.1.0) Updates `org.springframework.boot:spring-boot-starter-parent` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.6...v4.1.0) Updates `org.springframework.boot:spring-boot-starter-parent` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.6...v4.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> * snippets --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kamila Środa <ksroda@secureauth.com>
1 parent e5269df commit cb6cdaa

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

samples/java/login-auth-code/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>4.0.6</version>
10+
<version>4.1.0</version>
1111
<relativePath/>
1212
</parent>
1313

samples/java/saml-sp-login/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>4.0.6</version>
10+
<version>4.1.0</version>
1111
<relativePath/>
1212
</parent>
1313

samples/java/token-refresh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>4.0.6</version>
10+
<version>4.1.0</version>
1111
<relativePath/>
1212
</parent>
1313

snippets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
],
618618
"framework": "java",
619619
"lib": "spring-boot-starter-oauth2-client",
620-
"lib_version": "4.0.6",
620+
"lib_version": "4.1.0",
621621
"docs_url": "https://docs.spring.io/spring-security/reference/servlet/oauth2/login/index.html",
622622
"install": "",
623623
"repo_path": "samples/java/login-auth-code",
@@ -775,7 +775,7 @@
775775
],
776776
"framework": "java",
777777
"lib": "spring-boot-starter-oauth2-client",
778-
"lib_version": "4.0.6",
778+
"lib_version": "4.1.0",
779779
"docs_url": "https://docs.spring.io/spring-security/reference/servlet/oauth2/login/index.html",
780780
"install": "",
781781
"repo_path": "samples/java/token-refresh",
@@ -901,7 +901,7 @@
901901
],
902902
"framework": "java",
903903
"lib": "spring-security-saml2-service-provider",
904-
"lib_version": "4.0.6",
904+
"lib_version": "4.1.0",
905905
"docs_url": "https://docs.spring.io/spring-security/reference/servlet/saml2/login/index.html",
906906
"install": "",
907907
"repo_path": "samples/java/saml-sp-login",

0 commit comments

Comments
 (0)