Skip to content

Commit

Permalink
Merge branch 'master' into experimental-details-widget-user
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 18, 2025
2 parents 23ced5b + a05c33f commit 00360a8
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 95 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ THE SOFTWARE.
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"devDependencies": {
"@babel/cli": "7.26.4",
"@babel/core": "7.26.8",
"@babel/preset-env": "7.26.8",
"@babel/core": "7.26.9",
"@babel/preset-env": "7.26.9",
"@eslint/js": "9.20.0",
"babel-loader": "9.2.1",
"clean-webpack-plugin": "4.0.0",
Expand All @@ -42,8 +42,8 @@
"postcss-preset-env": "10.1.4",
"postcss-scss": "4.0.9",
"prettier": "3.5.1",
"sass": "1.84.0",
"sass-loader": "16.0.4",
"sass": "1.85.0",
"sass-loader": "16.0.5",
"style-loader": "4.0.0",
"stylelint": "16.14.1",
"stylelint-checkstyle-reporter": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ THE SOFTWARE.
</issueManagement>

<properties>
<revision>2.498</revision>
<revision>2.499</revision>
<changelist>-SNAPSHOT</changelist>
<project.build.outputTimestamp>2025-02-11T14:10:23Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-02-18T14:10:14Z</project.build.outputTimestamp>

<!-- configuration for patch tracker plugin -->
<project.patchManagement.system>github</project.patchManagement.system>
Expand Down
10 changes: 5 additions & 5 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ THE SOFTWARE.
<!-- RequireUpperBoundDeps between bootstrap5-api and echarts-api -->
<groupId>io.jenkins.plugins</groupId>
<artifactId>font-awesome-api</artifactId>
<version>6.6.0-2</version>
<version>6.7.2-1</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
Expand All @@ -90,7 +90,7 @@ THE SOFTWARE.
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>plugin-util-api</artifactId>
<version>5.1.0</version>
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down Expand Up @@ -178,7 +178,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>2391.v9b_3e2d3351a_2</version>
<version>2395.v8256a_2157798</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -352,15 +352,15 @@ THE SOFTWARE.
<artifactItem>
<groupId>io.jenkins.plugins</groupId>
<artifactId>prism-api</artifactId>
<version>1.29.0-18</version>
<version>1.29.0-19</version>
<type>hpi</type>
<outputDirectory>${project.build.outputDirectory}/plugins</outputDirectory>
<destFileName>prism-api.jpi</destFileName>
</artifactItem>
<artifactItem>
<groupId>io.jenkins.plugins</groupId>
<artifactId>bootstrap5-api</artifactId>
<version>5.3.3-1</version>
<version>5.3.3-2</version>
<type>hpi</type>
<outputDirectory>${project.build.outputDirectory}/plugins</outputDirectory>
<destFileName>bootstrap5-api.jpi</destFileName>
Expand Down
16 changes: 8 additions & 8 deletions war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -330,21 +330,21 @@ THE SOFTWARE.
<!-- dependency of checks-api, echarts-api, font-awesome-api, and junit -->
<groupId>io.jenkins.plugins</groupId>
<artifactId>plugin-util-api</artifactId>
<version>5.1.0</version>
<version>6.0.0</version>
<type>hpi</type>
</artifactItem>
<artifactItem>
<!-- dependency of echarts-api and junit -->
<groupId>io.jenkins.plugins</groupId>
<artifactId>bootstrap5-api</artifactId>
<version>5.3.3-1</version>
<version>5.3.3-2</version>
<type>hpi</type>
</artifactItem>
<artifactItem>
<!-- dependency of junit -->
<groupId>io.jenkins.plugins</groupId>
<artifactId>checks-api</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<type>hpi</type>
</artifactItem>

Expand All @@ -360,14 +360,14 @@ THE SOFTWARE.
<!-- dependency of junit and echarts-api -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jackson2-api</artifactId>
<version>2.17.0-386.vcb_b_037da_0d62</version>
<version>2.17.0-389.va_5c7e45cd806</version>
<type>hpi</type>
</artifactItem>
<artifactItem>
<!-- dependency of junit -->
<groupId>io.jenkins.plugins</groupId>
<artifactId>echarts-api</artifactId>
<version>5.5.1-5</version>
<version>5.5.1-6</version>
<type>hpi</type>
</artifactItem>
<artifactItem>
Expand All @@ -389,23 +389,23 @@ THE SOFTWARE.
<!-- dependency of script-security and workflow-support -->
<groupId>io.jenkins.plugins</groupId>
<artifactId>caffeine-api</artifactId>
<version>3.1.8-133.v17b_1ff2e0599</version>
<version>3.2.0-161.v691ef352cee1</version>
<type>hpi</type>
</artifactItem>

<artifactItem>
<!-- dependency of echarts-api -->
<groupId>io.jenkins.plugins</groupId>
<artifactId>jquery3-api</artifactId>
<version>3.7.1-2</version>
<version>3.7.1-3</version>
<type>hpi</type>
</artifactItem>

<artifactItem>
<!-- dependency of bootstrap5-api and echarts-api -->
<groupId>io.jenkins.plugins</groupId>
<artifactId>font-awesome-api</artifactId>
<version>6.6.0-2</version>
<version>6.7.2-1</version>
<type>hpi</type>
</artifactItem>

Expand Down
Loading

0 comments on commit 00360a8

Please sign in to comment.