From 71b853976aa86d80f14dd857e0e138faef79d3ce Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 4 Jun 2024 16:00:33 +0200 Subject: [PATCH] Dependency maintenance --- .mvn/extensions.xml | 2 +- Jenkinsfile | 10 +++++++--- pom.xml | 14 ++++++-------- src/main/resources/index.jelly | 4 ++++ 4 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 src/main/resources/index.jelly diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 5f51041..4e0774d 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.1 + 1.8 diff --git a/Jenkinsfile b/Jenkinsfile index 0cd19c7..7b3aa27 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,10 @@ +/* + See the documentation for more options: + https://github.com/jenkins-infra/pipeline-library/ +*/ buildPlugin( useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 8], - [platform: 'windows', jdk: 8], -]) + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], +]) \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2599b6b..acd2d5c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 4.29 + 4.82 @@ -14,7 +14,6 @@ hpi Gitea Plugin - SCM API implementation for Gitea https://github.com/jenkinsci/gitea-plugin/blob/master/docs/README.md @@ -33,10 +32,9 @@ 1.4.8 -SNAPSHOT - 8 UTF-8 -Dfile.encoding=${project.build.sourceEncoding} - 2.289.1 + 2.426.3 Max true Medium @@ -46,8 +44,8 @@ io.jenkins.tools.bom - bom-2.289.x - 987.v4ade2e49fe70 + bom-2.426.x + 3105.v672692894683 pom import @@ -57,12 +55,12 @@ org.jenkins-ci.plugins handy-uri-templates-2-api - 2.1.8-1.0 + 2.1.8-30.v7e777411b_148 org.jenkins-ci.plugins authentication-tokens - 1.4 + 1.113.v81215a_241826 org.jenkins-ci.plugins diff --git a/src/main/resources/index.jelly b/src/main/resources/index.jelly new file mode 100644 index 0000000..6390ab2 --- /dev/null +++ b/src/main/resources/index.jelly @@ -0,0 +1,4 @@ + +
+ SCM API implementation for Gitea +