Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thingsboard/3.9 package update #38547

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions thingsboard.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: thingsboard
version: 3.8.1
epoch: 4
version: "3.9"
epoch: 0
description: "Open-source IoT Platform - Device management, data collection, processing and visualization."
copyright:
- license: Apache-2.0
Expand All @@ -28,18 +28,20 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: fba282081592ad583cc5e52c6487c24fd9cf0f94
expected-commit: 5a16da51b5d755e18c5d8088e88336f07e4766ea
repository: https://github.com/thingsboard/thingsboard.git
tag: v${{package.version}}
cherry-picks: |
master/b0809bef1c006a8795afbba514b6b84157ead304: Fixes GHSA-2x2g-32r7-p4x8: Spring version bumps

- uses: patch
with:
patches: wire-schema.patch

- uses: maven/pombump

- uses: maven/pombump
with:
properties-file: pombump-properties.yaml

- runs: |
mvn clean install -DskipTests -Dlicense.skip=true

Expand Down
3 changes: 0 additions & 3 deletions thingsboard/pombump-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@ patches:
- groupId: com.google.protobuf
artifactId: protobuf-java
version: 3.25.5
- groupId: io.netty
artifactId: netty-common
version: 4.1.115.Final
3 changes: 3 additions & 0 deletions thingsboard/pombump-properties.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
properties:
- property: logback.version
value: "1.5.13"
Loading