Skip to content

Commit

Permalink
build(deps): bump spring-cloud-dependencies from 2021.0.5 to 2022.0.1 (
Browse files Browse the repository at this point in the history
…#1957)

* build(deps): bump spring-cloud-dependencies from 2021.0.5 to 2022.0.1

Bumps [spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) from 2021.0.5 to 2022.0.1.
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2021.0.5...v2022.0.1)

---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump required jdk for springboot example

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin Froeder <[email protected]>
  • Loading branch information
dependabot[bot] and velo authored Mar 3, 2023
1 parent db6b16b commit 7a17bfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion example-wikipedia-with-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@

<properties>
<main.basedir>${project.basedir}/..</main.basedir>
<main.java.version>17</main.java.version>

<moditect.skip>true</moditect.skip>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2021.0.5</version>
<version>2022.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import example.wikipedia.WikipediaClient.Page;
import example.wikipedia.WikipediaClient.Response;
import example.wikipedia.WikipediaClient.Wikipedia;
import jakarta.annotation.PostConstruct;
import java.util.Iterator;
import javax.annotation.PostConstruct;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
Expand Down

0 comments on commit 7a17bfe

Please sign in to comment.