Update dependency org.snakeyaml:snakeyaml-engine to v2.7 (#9315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
This commit is contained in:
parent
060cc3a2ef
commit
e7506fe159
|
@ -109,7 +109,7 @@ val DEPENDENCIES = listOf(
|
|||
// Note that this is only referenced as "org.springframework.boot" in build files, not the artifact name.
|
||||
"org.springframework.boot:spring-boot-dependencies:2.7.15",
|
||||
"javax.validation:validation-api:2.0.1.Final",
|
||||
"org.snakeyaml:snakeyaml-engine:2.6"
|
||||
"org.snakeyaml:snakeyaml-engine:2.7"
|
||||
)
|
||||
|
||||
javaPlatform {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# javaagent
|
||||
## Dependency License Report
|
||||
_2023-08-14 14:12:07 PDT_
|
||||
_2023-08-27 19:10:53 EEST_
|
||||
## Apache License, Version 2.0
|
||||
|
||||
**1** **Group:** `com.blogspot.mydailyjava` **Name:** `weak-lock-free` **Version:** `0.18`
|
||||
|
@ -226,7 +226,7 @@ _2023-08-14 14:12:07 PDT_
|
|||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||
> - **POM License**: The 3-Clause BSD License - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
|
||||
|
||||
**48** **Group:** `org.snakeyaml` **Name:** `snakeyaml-engine` **Version:** `2.6`
|
||||
**48** **Group:** `org.snakeyaml` **Name:** `snakeyaml-engine` **Version:** `2.7`
|
||||
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
|
||||
> - **POM Project URL**: [https://bitbucket.org/snakeyaml/snakeyaml-engine](https://bitbucket.org/snakeyaml/snakeyaml-engine)
|
||||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||
|
|
Loading…
Reference in New Issue