diff --git a/pom.xml b/pom.xml index 483138903..cda0139da 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ THE SOFTWARE. - 2.58 + 2.59 -SNAPSHOT UTF-8 9.4.24.v20191120 diff --git a/src/test/java/org/jvnet/hudson/test/TestCrumbIssuerConfigurationAsCodeTest.java b/src/test/java/org/jvnet/hudson/test/TestCrumbIssuerConfigurationAsCodeTest.java index fb79bbc74..7dab430ab 100644 --- a/src/test/java/org/jvnet/hudson/test/TestCrumbIssuerConfigurationAsCodeTest.java +++ b/src/test/java/org/jvnet/hudson/test/TestCrumbIssuerConfigurationAsCodeTest.java @@ -24,7 +24,7 @@ public class TestCrumbIssuerConfigurationAsCodeTest { public RuleChain chain = RuleChain.outerRule(j).around(logRule); @Test - public void testCrumpIssuerShouldBeSupportedWhenExportingConfiguration() throws Exception { + public void testCrumbIssuerShouldBeSupportedWhenExportingConfiguration() throws Exception { ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); ConfigurationAsCode.get().export(outputStream);