Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jenkinsci/bom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2641.v88e707466454
Choose a base ref
...
head repository: jenkinsci/bom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2643.vfa_93ff299d20
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 9, 2023

  1. Bump configuration-as-code-plugin.version in /bom-weekly (#2738)

    Bumps `configuration-as-code-plugin.version` from 1752.v0ccc3b_6064b_0 to 1756.v2b_7eea_874392.
    
    Updates `io.jenkins:configuration-as-code` from 1752.v0ccc3b_6064b_0 to 1756.v2b_7eea_874392
    - [Release notes](https://github.com/jenkinsci/configuration-as-code-plugin/releases)
    - [Commits](https://github.com/jenkinsci/configuration-as-code-plugin/commits)
    
    Updates `io.jenkins.configuration-as-code:test-harness` from 1752.v0ccc3b_6064b_0 to 1756.v2b_7eea_874392
    - [Release notes](https://github.com/jenkinsci/configuration-as-code-plugin/releases)
    - [Commits](https://github.com/jenkinsci/configuration-as-code-plugin/commits)
    
    ---
    updated-dependencies:
    - dependency-name: io.jenkins:configuration-as-code
      dependency-type: direct:production
    - dependency-name: io.jenkins.configuration-as-code:test-harness
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 9, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    07d5052 View commit details

Commits on Dec 10, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fa93ff2 View commit details
Showing with 11 additions and 1 deletion.
  1. +6 −1 bom-weekly/pom.xml
  2. +5 −0 sample-plugin/pom.xml
7 changes: 6 additions & 1 deletion bom-weekly/pom.xml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
<branch-api-plugin.version>2.1135.v8de8e7899051</branch-api-plugin.version>
<checks-api.version>2.0.2</checks-api.version>
<cloudbees-folder-plugin.version>6.858.v898218f3609d</cloudbees-folder-plugin.version>
<configuration-as-code-plugin.version>1752.v0ccc3b_6064b_0</configuration-as-code-plugin.version>
<configuration-as-code-plugin.version>1756.v2b_7eea_874392</configuration-as-code-plugin.version>
<data-tables-api.version>1.13.8-2</data-tables-api.version>
<declarative-pipeline-migration-assistant-plugin.version>1.6.1</declarative-pipeline-migration-assistant-plugin.version>
<forensics-api.version>2.3.0</forensics-api.version>
@@ -323,6 +323,11 @@
<artifactId>json-api</artifactId>
<version>20231013-3.v20f3c247f2fe</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>json-path-api</artifactId>
<version>2.8.0-5.v07cb_a_1ca_738c</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>okhttp-api</artifactId>
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -286,6 +286,11 @@
<artifactId>json-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>json-path-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>okhttp-api</artifactId>