Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into JPA_JSON_ONLY
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Aug 20, 2024
2 parents 5fb6bf2 + 19d25df commit 7a29b63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -2208,7 +2208,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
<version>3.20.0</version>
<configuration>
<locales>en</locales>
<generateProjectInfo>false</generateProjectInfo>
Expand Down

0 comments on commit 7a29b63

Please sign in to comment.