Skip to content

Commit 4ac18a1

Browse files
committed
Update deps
1 parent a7bfd6b commit 4ac18a1

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

.travis.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,32 @@ matrix:
66
include:
77
- os: linux
88
dist: bionic
9-
otp_release: 23.3.1
9+
otp_release: 25.3.2.6
1010

1111
- os: linux
1212
dist: focal
13-
otp_release: 24.3.1
13+
otp_release: 27.0
1414

1515
- os: linux
16-
dist: focal
17-
otp_release: 25.0
16+
dist: jammy
17+
otp_release: 26.1.1
1818

1919
- os: osx
20-
osx_image: xcode12.4
20+
osx_image: xcode13.4
2121
language: generic
2222
env:
2323
- HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=true
2424
- HOMEBREW_NO_INSTALL_UPGRADE=true
2525
- HOMEBREW_NO_INSTALL_CLEANUP=true
26+
- HOMEBREW_NO_AUTO_UPDATE=true
2627
cache:
2728
directories:
2829
- $HOME/Library/Caches/Homebrew
2930
- /usr/local/Homebrew
3031

3132
before_script:
3233

33-
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install erlang || true; fi
34+
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install --force-bottle erlang || true; fi
3435

3536
- curl https://s3.amazonaws.com/rebar3/rebar3 --output rebar3 && chmod +x rebar3
3637

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Silviu Caragea
3+
Copyright (c) 2025 Silviu Caragea
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
esmpplib
2-
=======
1+
# esmpplib
32

4-
[![Build Status](https://travis-ci.com/silviucpp/esmpplib.svg?branch=master)](https://travis-ci.com/github/silviucpp/esmpplib)
3+
[![Build Status](https://app.travis-ci.com/silviucpp/esmpplib.svg?branch=master)](https://travis-ci.com/github/silviucpp/esmpplib)
54
[![GitHub](https://img.shields.io/github/license/silviucpp/esmpplib)](https://github.com/silviucpp/esmpplib/blob/master/LICENSE)
65

7-
esmpplib is an SMPP client library for erlang.
6+
`esmpplib` is an SMPP client library for erlang.
87

98
# Motivation
109

@@ -160,4 +159,4 @@ Using the `registered_delivery` parameter you can configure which delivery recei
160159

161160
# Testing
162161

163-
You can use `rebar3 eunit` to run the unit tests and `make ct` to run the common tests. Check `sys.config` from test folder to setup your own server.
162+
You can use `rebar3 eunit` to run the unit tests and `make ct` to run the common tests. Check `sys.config` from test folder to setup your own server.

rebar.config

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{deps, [
2-
{ranch, ".*", {git, "https://github.com/ninenines/ranch.git", {tag, "2.0.0"}}},
2+
{ranch, ".*", {git, "https://github.com/ninenines/ranch.git", {tag, "2.2.0"}}},
33
{smpp_parser, ".*", {git, "https://github.com/silviucpp/smpp_parser.git", {branch, "master"}}},
4-
{gsm0338, "1.0", {git, "https://github.com/AntonSizov/gsm0338.git", {branch, "pure-erlang"}}},
4+
{gsm0338, ".*", {git, "https://github.com/AntonSizov/gsm0338.git", {branch, "pure-erlang"}}},
55
{tic, ".*", {git, "https://github.com/silviucpp/tic.git", {tag, "1.2.1"}}},
6-
{epqueue, ".*", {git, "https://github.com/silviucpp/epqueue.git", {tag, "v1.2.5"}}},
7-
{erlpool, "1.4.2"}
6+
{epqueue, ".*", {git, "https://github.com/silviucpp/epqueue.git", {tag, "v1.2.7"}}},
7+
{erlpool, "1.4.5"}
88
]}.
99

1010
{cover_enabled, false}.
@@ -30,4 +30,4 @@
3030
{test, [
3131
{erl_opts, [debug_info, {d, 'common_test'}, nowarn_export_all]}
3232
]}
33-
]}.
33+
]}.

rebar.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
1},
66
{<<"epqueue">>,
77
{git,"https://github.com/silviucpp/epqueue.git",
8-
{ref,"1f2ccee5347bb1559eee4b5f350b72875f4d5c03"}},
8+
{ref,"ce742acf619214a830ec3336f72c4a803e3abb36"}},
99
0},
10-
{<<"erlpool">>,{pkg,<<"erlpool">>,<<"1.4.2">>},0},
10+
{<<"erlpool">>,{pkg,<<"erlpool">>,<<"1.4.5">>},0},
1111
{<<"gsm0338">>,
1212
{git,"https://github.com/AntonSizov/gsm0338.git",
1313
{ref,"6bca8dbce2baa2381f2cd79176cf00819a63d7ce"}},
1414
0},
1515
{<<"ranch">>,
1616
{git,"https://github.com/ninenines/ranch.git",
17-
{ref,"a882739222df0ad73ab0cab24ae620e05f1b5827"}},
17+
{ref,"9c8520ab8e9c6f3890ac3251d04fbe0b9514940f"}},
1818
0},
1919
{<<"smpp_parser">>,
2020
{git,"https://github.com/silviucpp/smpp_parser.git",
@@ -26,7 +26,7 @@
2626
0}]}.
2727
[
2828
{pkg_hash,[
29-
{<<"erlpool">>, <<"D1D1C5244F84B4CDDC6DF26D968AF8E519CA2C4C1F7B3B4CB6F72C4A08F036E2">>}]},
29+
{<<"erlpool">>, <<"574BBE32D7A9AA242CFD351DC9073B49ED3AA2C3BBBF1BBF76CA08CDA0C5EF51">>}]},
3030
{pkg_hash_ext,[
31-
{<<"erlpool">>, <<"934AF1F88C753CCA54B3BB1A06B5C4113CC1223B019CFA3D50C092E4EE9DDCD7">>}]}
31+
{<<"erlpool">>, <<"B9CC4041358DCDAC78C0A2EDEAD2AA8D5EE444E69078E3D056F885F8F69AF44F">>}]}
3232
].

src/esmpplib.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, esmpplib, [
22
{description, "Erlang smpp client library."},
3-
{vsn, "1.2.0"},
3+
{vsn, "1.2.1"},
44
{registered, []},
55
{mod, {esmpplib_app, []}},
66
{applications, [

0 commit comments

Comments
 (0)