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

Bump ch.qos.logback:logback-classic from 1.2.11 to 1.2.13 in /conduit-bom #140

Merged
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
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ updates:
target-branch: "master"
directory: "/"
schedule:
interval: "daily"
interval: "daily"
18 changes: 0 additions & 18 deletions .github/workflows/actions-audit.yaml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/other-pr-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---

name: Other PR Checks
on: # yamllint disable-line rule:truthy
pull_request:

jobs:
other-pr-checks:
name: Other PR Checks
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4

- name: Run YAML linting
uses: karancode/yamllint-github-action@v2.1.1
with:
yamllint_strict: true

- name: Run woke
uses: get-woke/woke-action@v0
with:
fail-on-error: true
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,10 @@ jobs:
with:
maven-version: 3.9.6

- name: Set up Maven servers
uses: whelk-io/maven-settings-xml-action@v21
with:
servers: '[
{
"id": "sonatype-nexus-staging",
"username": "${{ secrets.OSS_NEXUS_USERNAME }}",
"password": "${{ secrets.OSS_NEXUS_PASSWORD }}"
},
{
"id": "sonatype-nexus-snapshots",
"username": "${{ secrets.OSS_NEXUS_USERNAME }}",
"password": "${{ secrets.OSS_NEXUS_PASSWORD }}"
}]'

- name: Resolve plugins
run: mvn dependency:resolve-plugins

# dependency:analyze-only is run during the main build, but they sometimes catch different things
- name: Run dependency analysis
run: mvn dependency:analyze

Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/woke.yml

This file was deleted.

2 changes: 1 addition & 1 deletion conduit-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<amqp-client.version>5.14.2</amqp-client.version>
<logback.version>1.2.11</logback.version>
<logback.version>1.2.13</logback.version>
<slf4j.version>1.7.36</slf4j.version>
</properties>

Expand Down
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
<tag>HEAD</tag>
</scm>

<developers>
<developer>
<name>Matthew Read</name>
<email>MatthewRyanRead@users.noreply.github.com</email>
<organization>Rent the Runway</organization>
<organizationUrl>https://github.com/RentTheRunway</organizationUrl>
</developer>
</developers>

<repositories>
<repository>
<id>ossrh</id>
Expand Down