We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 655a4a8 + 82b6c47 commit 3ed57f2Copy full SHA for 3ed57f2
1 file changed
pom.xml
@@ -30,7 +30,7 @@
30
</scm>
31
32
<properties>
33
- <revision>0.5.1</revision>
+ <revision>0.5.2</revision>
34
<changelist>999999-SNAPSHOT</changelist>
35
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
36
<jenkins.baseline>2.516</jenkins.baseline>
@@ -53,6 +53,12 @@
53
<scope>import</scope>
54
</dependency>
55
<!-- Until on bom -->
56
+ <dependency>
57
+ <groupId>io.jenkins.plugins</groupId>
58
+ <artifactId>jackson3-api</artifactId>
59
+ <version>3.1.2-71.v0a_23916945fe</version>
60
+ </dependency>
61
+ <!-- Until on bom -->
62
<dependency>
63
<groupId>io.jenkins.plugins</groupId>
64
<artifactId>micrometer-core-api</artifactId>
0 commit comments