🚀 Spring Native and Spring Cloud Dependencies#3
Merged
Conversation
There was an issue with `org.springframework.cloud:spring-cloud-dependencies:2020.0.3` and `org.springframework.experimental:spring-native:[0.10.0-0.10.3]`. It seems to have finally been fixed in `org.springframework.experimental:spring-native:0.10.4`. Upgraded * `org.springframework.experimental:spring-native` `0.10.0` -> `0.10.4` * `org.springframework.cloud:spring-cloud-dependencies` 2020.0.2 -> 2020.0.3 * `org.springframework.boot:spring-boot-starter-parent` 2.4.5 -> 2.5.5 * `com.amazonaws:aws-lambda-java-events` from 2.0.2 -> 3.10.0 * `com.amazonaws:aws-lambda-java-core` 1.1.0 -> 1.2.1
rajashekars
approved these changes
Oct 12, 2021
Collaborator
rajashekars
left a comment
There was a problem hiding this comment.
You just beat me in creating the PR!
rajashekars
reviewed
Oct 12, 2021
Collaborator
There was a problem hiding this comment.
Helpful to add
<repositories>
<repository>
<id>spring-release</id>
<name>Spring release</name>
<url>https://repo.spring.io/release</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-release</id>
<name>Spring release</name>
<url>https://repo.spring.io/release</url>
</pluginRepository>
</pluginRepositories>
Owner
Author
lol |
Owner
Author
I'm reluctant to. It's in the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There was an issue with
org.springframework.cloud:spring-cloud-dependencies:2020.0.3andorg.springframework.experimental:spring-native:[0.10.0-0.10.3]. It seems to have finally been fixed inorg.springframework.experimental:spring-native:0.10.4.Upgraded
org.springframework.experimental:spring-native0.10.0->0.10.4org.springframework.cloud:spring-cloud-dependencies2020.0.2->2020.0.3`org.springframework.boot:spring-boot-starter-parent2.4.5->2.5.5com.amazonaws:aws-lambda-java-events2.0.2->3.10.0com.amazonaws:aws-lambda-java-core1.1.0->1.2.1