Skip to content

Commit 35c20a7

Browse files
Bump junit from 4.11 to 4.13.1 in /bindings/jdbc/genomicsqlite-jdbc (#7)
* Bump junit from 4.11 to 4.13.1 in /bindings/jdbc/genomicsqlite-jdbc Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md) - [Commits](junit-team/junit4@r4.11...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> * fix macOS build Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Lin <dna@mlin.net>
1 parent 126f9b6 commit 35c20a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: ctest
8989
run: |
9090
export PREFIX=$(brew --prefix)
91-
export PATH=${PREFIX}/opt/python@3.8/bin:${PREFIX}/opt/sqlite/bin:$PATH
91+
export PATH=${PREFIX}/opt/python/libexec/bin:${PREFIX}/opt/sqlite/bin:$PATH
9292
cd build
9393
otool -L test/capi_smoke_test
9494
ctest -V

bindings/jdbc/genomicsqlite-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>junit</groupId>
5959
<artifactId>junit</artifactId>
60-
<version>4.11</version>
60+
<version>4.13.1</version>
6161
<scope>test</scope>
6262
</dependency>
6363
</dependencies>

0 commit comments

Comments
 (0)