Skip to content
Snippets Groups Projects
Commit 3a8bb557 authored by Igor Frenkel's avatar Igor Frenkel
Browse files

Bump jackson-databind

parent dd53b559
No related branches found
No related tags found
1 merge request!27Bump jackson-databind
......@@ -68,6 +68,8 @@ code_quality:
expire_in: 1 week
dependency_scanning:
variables:
DS_JAVA_VERSION: 11
before_script: # TODO: remove once https://gitlab.com/gitlab-org/gitlab/-/issues/321128 is unblocked
- rm -r manual-test
artifacts:
......
......@@ -42,7 +42,7 @@ initscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.gemnasium:gradle-plugin:1.0.2' // needs to refer to a specific version, no wildcards or meta-versions allowed
classpath 'com.gemnasium:gradle-plugin:1.0.3' // needs to refer to a specific version, no wildcards or meta-versions allowed
}
}
......@@ -258,7 +258,7 @@ Before publishing a new version of this plugin, please make sure to bump the ver
<groupId>com.gemnasium</groupId>
<artifactId>gemnasium-maven-plugin</artifactId>
<!-- change the following version -->
<version>1.0.2</version>
<version>1.0.3</version>
```
- [README.md](README.md)
......@@ -272,7 +272,7 @@ Before publishing a new version of this plugin, please make sure to bump the ver
}
dependencies {
// change the following version
classpath 'com.gemnasium:gradle-plugin:1.0.2'
classpath 'com.gemnasium:gradle-plugin:1.0.3'
}
}
```
......@@ -282,7 +282,7 @@ Before publishing a new version of this plugin, please make sure to bump the ver
```
group = "com.gemnasium"
// change the following version
version = "1.0.2"
version = "1.0.3"
```
Publishing to `plugins.gradle.org` is done via the [publish job](.gitlab-ci.yml#L77) and is triggered manually in the merged pipeline.
......@@ -7,7 +7,7 @@
*/
group = "com.gemnasium"
version = "1.0.2"
version = "1.0.3"
plugins {
kotlin("jvm") version "1.6.10"
......@@ -26,7 +26,7 @@ repositories {
dependencies {
implementation(kotlin("stdlib"))
implementation("com.fasterxml.jackson.core:jackson-databind:2.12.3")
implementation("com.fasterxml.jackson.core:jackson-databind:2.12.7")
// Use the Kotlin test library.
testImplementation(kotlin("test"))
......
......@@ -11,7 +11,7 @@
<plugin>
<groupId>com.gemnasium</groupId>
<artifactId>gemnasium-maven-plugin</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</plugin>
</plugins>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment